projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cde034
)
; * etc/NEWS: Fix my previous change for package-initialize.
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 2 Nov 2019 03:32:03 +0000
(
04:32
+0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 2 Nov 2019 03:33:32 +0000
(
04:33
+0100)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index e614197125fe7a429b46d5f7a7e5e2a9708d2da3..033cb4897884d5b77f4078e00e51181f2cc8cde7 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-179,7
+179,7
@@
into the init file when Emacs was started. This call can now safely
be removed. Alternatively, if you want to ensure that your init file
is still compatible with earlier versions of Emacs, change it to:
-(when (
version< emacs-version "27.1"
)
+(when (
< emacs-major-version 27
)
(package-initialize))
However, if your init file changes the values of 'package-load-list'